Skip to content

chore(fe): fix CVE-2025-64718 vulnerability - #2276

Merged
mamartinezmejia merged 10 commits into
mainfrom
chore/fix/CVE-2025-64718
Jun 16, 2026
Merged

chore(fe): fix CVE-2025-64718 vulnerability#2276
mamartinezmejia merged 10 commits into
mainfrom
chore/fix/CVE-2025-64718

Conversation

@mamartinezmejia

@mamartinezmejia mamartinezmejia commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Description

This pull request addresses a security vulnerability in the js-yaml package by bumping the version via the project's dependency overrides.

Security Issue

CVE ID: [CVE-2025-64718]

Severity: Medium / High

Vulnerability Type: Prototype Pollution / Code Execution

Affected Package: js-yaml (transitive dependency via [Insert Transitive Parent Package, e.g., @nestjs/cli or stylelint])

Current Version: 4.1.1

Fixed Version: 4.2.0

Changes

Updated the js-yaml package version override from 4.1.1 to 4.2.0 in the application configurations to force the resolved dependency tree to utilize the patched version.

Files Changed

package.json — updated override configuration for the js-yaml package

package-lock.json — automatically updated via dependency resolution

Testing

Ran npm install to verify successful resolution without breaking peer dependency structures

Verified package-lock.json explicitly locks js-yaml at 4.2.0

Closing Issue

Closes #241


Thanks for the PR!

Deployments, as required, will be available below:
Any successful deployments (not always required) will be available here

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

@github-actions

Copy link
Copy Markdown
Contributor

There is no coverage information present for the Files changed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

Files not reviewed (1)
  • frontend/package-lock.json: Generated file

Comment thread frontend/package.json Outdated
Comment thread frontend/package.json Outdated
mamartinezmejia and others added 2 commits June 16, 2026 09:59
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@github-actions

Copy link
Copy Markdown
Contributor

There is no coverage information present for the Files changed

@github-actions

Copy link
Copy Markdown
Contributor

There is no coverage information present for the Files changed

@github-actions

Copy link
Copy Markdown
Contributor

There is no coverage information present for the Files changed

@github-actions

Copy link
Copy Markdown
Contributor

There is no coverage information present for the Files changed

@github-actions

Copy link
Copy Markdown
Contributor

There is no coverage information present for the Files changed

@github-actions

Copy link
Copy Markdown
Contributor

There is no coverage information present for the Files changed

@github-actions

Copy link
Copy Markdown
Contributor

There is no coverage information present for the Files changed

@mamartinezmejia
mamartinezmejia merged commit e1f913c into main Jun 16, 2026
36 checks passed
@mamartinezmejia
mamartinezmejia deleted the chore/fix/CVE-2025-64718 branch June 16, 2026 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Developer Container on VSCode

3 participants